Name | Description | |
---|---|---|
![]() | UIElementMasterCollection<T> | Initializes a new instance of the UIElementMasterCollection<T> class. |
Name | Description | |
---|---|---|
![]() | UIElementMasterCollection<T> | Initializes a new instance of the UIElementMasterCollection<T> class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements actually contained in the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
![]() | InnerList | Gets the inner list. (Inherited from MasterCollection<T>) |
![]() | Items | Gets a System.Collections.Generic.IList wrapper around the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | SlaveCollections | Gets a list of slave collections. (Inherited from MasterCollection<T>) |
Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | AddRange | Adds a range of elements to this collection. (Inherited from MasterCollection<T>) |
![]() | AddSlaveCollection | Adds a slave collection and synchronizes the slave collection with master collection. (Inherited from MasterCollection<T>) |
![]() | Clear | Removes all elements from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Contains | Determines whether an element is in the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | CopyTo | Copies the entire System.Collections.ObjectModel.Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Insert | Inserts an element into the System.Collections.ObjectModel.Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Remove | Removes the first occurrence of a specific object from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | RemoveSlaveCollection | Removes a collection from a list of slave collections. (Inherited from MasterCollection<T>) |
![]() | ToArray | Returns elements of collection as array. (Inherited from MasterCollection<T>) |
Name | Description | |
---|---|---|
![]() | ClearItems | Removes all elements from the master and slave collections. (Inherited from MasterCollection<T>) |
![]() | InsertItem | Inserts an element into the collection at the specified index. (Inherited from MasterCollection<T>) |
![]() | OnChanged | Raises the Changed event. (Inherited from MasterCollection<T>) |
![]() | OnChanging | Raises the Changing event. (Inherited from MasterCollection<T>) |
![]() | RemoveItem | Removes the element at the specified index of the collection. (Inherited from MasterCollection<T>) |
![]() | SetItem | Replaces the element at the specified index. |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when collection is changed. (Inherited from MasterCollection<T>) |
![]() | Changing | Occurs when collection is changing. (Inherited from MasterCollection<T>) |